@charset "utf-8";

.crumbs {
  color: #999;
  margin-top: 25px;
}
.crumbs a {
  color: #999;
}
.crumbs a:last-child {
  color: #666;
}
.crumbs a:hover {
  color: #666;
}
.case-main {
  padding: 60px 0 0;
}
.case h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: auto;
}
.case a.more {
  margin: 20px auto 0;
  width: 140px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #ccc;
  color: #666;
  padding: 0 10px;
  transition: padding 0.3s;
}
.case a.more i {
  width: 21px;
  height: 10px;
  display: inline-block;
  background: url(../images/arrow_right.png) no-repeat center center;
}
.case a.more:hover {
  padding: 0;
}
.case-cate {
  background: #fff;
  height: 54px;
}
.case-cate li {
  padding: 0 50px;
  position: relative;
}
.case-cate li+li:before {
  content: ' ';
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 16px;
  background: #e6e6e6;
}
.case-cate li a {
  font-size: 16px;
}
.case-cate li a.active, .case-cate li a:hover {
  color: #FFA61A;
}

.case-list {
  padding: 40px 0 0;
}
.case-list li {
  width: 386px;
  height: 325px;
  padding: 30px;
  margin: 0 20px 20px 0;
  border: 1px solid #F1F1F3;
  transition: all 0.3s;
}
.case-list li:hover {
  box-shadow: 0px 0px 22px rgba(0,0,0,0.08);
}
.case-list li a {
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.case-list .desc {
  height: 98px;
  font-size: 16px;
  line-height: 1.5;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient:vertical;
  /* autoprefixer: on */
  -webkit-line-clamp:4;
  text-align: justify;
}
.case-list h3 {
  font-size: 25px;
  margin: 30px 0 15px;
  width: 100%;
  text-align: center;
}
.case-list .name {
  font-size: 20px;
  color: #989898;
  margin: 10px 0 20px;
  width: 100%;
  text-align: center;
}
.case-list .logo {
  width: 224px;
  height: 80px;
}
.case-list .logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.case-detail-main {
  padding: 60px 0 40px;
}
.detail-content h2 {
  font-size: 38px;
  text-align: center;
}
.detail-content .detail-cate {
  color: #999;
  font-size: 16px;
  margin: 26px 0;
  text-align: center;
}
.detail-content .detail-text {
  border-top: 1px solid #eee;
  border-bottom: 1px dashed #ccc;
  padding: 35px 0;
  line-height: 1.8;
  font-size: 15px;
}
.detail-content .detail-text p {
  line-height: 1.8;
}
.detail-content .detail-text img {
  max-width: 1200px;
}
.solution h2 {
  font-size: 36px;
  text-align: center;
  margin: 50px 0;
  font-weight: bold;
  font-family: auto;
}
.solution-list li{
  width: 385px;
  margin: 0 20px 40px 0;
}
.solution-list .video-poster {
  width: 385px;
  height: 232px;
  position: relative;
}
.solution-list .video-poster img {
  width: 385px;
  height: 232px;
}
.solution-list .video-poster .play-btn {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-image: url(../images/play_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  cursor: pointer;
}
.solution-list .video-poster:hover .play-btn {
  opacity: 0.9;
}
.solution-list .video-name {
  height: 62px;
  line-height: 32px;
  padding: 15px;
  font-size: 15px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
#case-video {
  overflow: hidden;
}